home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / Bloodshed Dev-C++ 2.0 / _SETUP.LIB / ReadMe.txt < prev    next >
Text File  |  1999-02-23  |  2KB  |  45 lines

  1. - Bloodshed Dev-C++ v2.0 -
  2.  
  3. Welcome to Dev-C++ by Bloodshed Software. Please read the file 
  4. Copying.txt for license agreements.
  5.  
  6. This program is a quality free software. However, if you like it and 
  7. want to support us for further development, please register it by 
  8. paying a small fee of $20. Please go to http://www.bloodshed.nu/devc.html
  9. for further informations.
  10.  
  11. Before working with Dev-C++, please read the IMPORTANT section below:
  12.  
  13. ** IMPORTANT **
  14.  
  15. - The compiler will not open files which are in directories exceeding 8 letters or of a file which is not in the 8.3 DOS format (ex: c:\program files\ is a bad named directory for the compiler).
  16. - Do not move or rename any file or directory after installing Bloodshed Dev-C++. It will not found the compiler and librairies.
  17. - If when you compile a file you get a message saying ôNo space in environmentö in the dos -screen, search a line in the CONFIG.SYS like:
  18.  
  19. SHELL=C:\COMMAND.COM
  20.  
  21.    and change it to the following: 
  22.  
  23. SHELL=C:\COMMAND.COM /E:1024
  24.  
  25. You will then need to restart your computer.
  26. - Do not install Dev-C++ in a directory exceeding 8 letters (like c:\program files\) or in many directories (like c:\myprog\program\c_and_cpp\dev-c++\).
  27. - Others problems are described in the help files located in the Help directory. However, if you are still unable to resolve your problem, feel free to send a mail to webmaster@bloodshed.nu (be sure to tell us what you did, and what error do you get).
  28.  
  29. ** System requirements **
  30.  
  31. To correctly use Bloodshed Dev-C++ on your system, be sure to have:
  32.  
  33. -    Microsoft Windows 95, NT or 98.
  34. -    16 Mb of RAM
  35. -    20 Mb of free space on your hard drive.
  36.  
  37. If you are having troubles to run Dev-C++ on your OS, please contact us at webmaster@bloodshed.nu
  38.  
  39. ****************
  40.  
  41. We hope you will enjoy this software. Feel free to contact us at:
  42. webmaster@bloodshed.nu
  43. Bloodshed Software web site:
  44. http://www.bloodshed.nu/
  45. Don't forget to click on the Dev-C++ in the about box :)